home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / SMTPCEMS.ZIP / GETDOC32._B_ < prev    next >
Encoding:
Text File  |  1998-11-11  |  358 b   |  19 lines

  1. #
  2. # Borland CONSOLE mode makefile for GETDOC [Win32]
  3. # Requires SEE32.DLL
  4. #
  5. # To use: "make -fgetdoc32._B_"
  6. #
  7.  
  8. CCFLAGS = -c -DWIN32
  9.  
  10. getdoc.exe: getdoc.obj see32.dll
  11.     implib see32_.lib see32.dll 
  12.     tlink32 -Tpe -ap -c c0x32 getdoc, getdoc,getdoc, see32_.lib cw32i import32
  13.  
  14. getdoc.obj: getdoc.c see.h
  15.    bcc32 $(CCFLAGS)  getdoc.c
  16.  
  17.  
  18.  
  19.